home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / GROUPED.ZIP / GROUPED.DOC next >
Text File  |  1993-10-24  |  4KB  |  86 lines

  1.                                 93.10.24
  2.             Group Editor
  3.             ------------
  4.  
  5. Description
  6. -----------
  7.   Group Editor is a Windows 3.1 application to edit Program Manager
  8.   .GRP files.
  9.  
  10. Installation
  11. ------------
  12.   1. install GROUPED.EXE in the directory of your choice
  13.   2. run Group Editor directly with Program Manager's "File | Run"
  14.      command or add it to an existing program group with Program
  15.      Manager's "File | New" command and run it by double-clicking
  16.      the icon.
  17.  
  18. How to Use Group Editor
  19. -----------------------
  20.   The initial screen lists the existing program groups.  Select a group
  21.   to edit.  The next screen lists all of the icons in the group and
  22.   one of 4 sets of parameters.
  23.  
  24.   Select a set of parameters to edit and then select 1 or more
  25.   strings in the set to edit.  Enter the 'search string' and the
  26.   'replace string' and press 'Perform Edit'.  To replace just the
  27.   blank entries, select the 'blank' radio button.  If you don't
  28.   care what the current value is and just want to erase it and
  29.   replace it with a new value, select the 'anything' radio button.
  30.  
  31.   You may perform as many edits as you wish.  Nothing is actually
  32.   updated in the .GRP file until you press the Update button.
  33.  
  34. Why I Wrote Group Editor
  35. ------------------------
  36.   I have a group of ~20 DOS applications that have no file selection
  37.   mechanism or options (they know which files to look for and they know 
  38.   what to do with them so there is little need for interaction).
  39.   Traditionally the user CDs to the appropriate 'survey' directory and
  40.   executes the programs so the 'current' directory is the 'working
  41.   directory'.  To work on a different 'survey', just CD to another
  42.   survey and execute the program.
  43.  
  44.   Obviously, running these programs from Windows requires that the
  45.   'working directory' be changed for the whole suite of programs each
  46.   time the user wants to work on a different 'survey'.  Group Editor
  47.   allows the working directory of the entire group of programs to be
  48.   changed in one single edit.  This is much easier & faster than using
  49.   Program Manager's "File | Properties" command on every single icon.
  50.  
  51.   There are several other shareware applications which perform similar
  52.   functions (and also manage similar information in the .INI and .PIF
  53.   files).  However, the other applications read & write the .GRP files
  54.   directly (Group Editor communicates with Program Manager at a higher
  55.   level).  Also, I like to write programs :)
  56.  
  57. How it Works
  58. ------------
  59.   Group Editor communicates via DDE with Program Manager to obtain a list
  60.   of all of the program groups.  When a group is selected, another DDE
  61.   exchange obtains information about all of the icons in the selected
  62.   group.  When all edits are complete, it updates the information in the
  63.   .GRP file by another DDE conversation with Program Manager.
  64.  
  65.   Note that Group Editor does not read or write or modify the .GRP files
  66.   directly.  It communicates with Program Manager at a higher level.
  67.   Other applications similar to Group Editor access the .GRP files
  68.   directly, performing their own checksums and relying on less than
  69.   adequate documentation of the format of the .GRP files.  It is hoped
  70.   that Group Editor is a more enduring and portable form of this type
  71.   of application.
  72.  
  73. Cost of Group Editor
  74. --------------------
  75.   Group Editor is a FREE application.  Use and distribute as you wish,
  76.   with my compliments.  If you like it, you can buy me a beer the next 
  77.   time you're in Ottawa.
  78.  
  79.                         John A. Grant
  80.                         Geological Survey of Canada
  81.                         Mineral Resources Division
  82.                         Airborne Geophysics Section
  83.                         601 Booth St., Room 591
  84.                         Ottawa, Ontario, K1A 0E8
  85.                         Internet: jagrant@gsc.emr.ca
  86.